home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960209-19960425 / 000454_news@columbia.edu _Mon Apr 22 08:13:16 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id IAA16616 for <kermit.misc@watsun>; Mon, 22 Apr 1996 08:13:12 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id IAA12225 for kermit.misc@watsun; Mon, 22 Apr 1996 08:13:10 -0400 (EDT)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.mindlink.net!van-bc!unixg.ubc.ca!info.ucla.edu!agate!howland.reston.ans.net!vixen.cso.uiuc.edu!ux2.cso.uiuc.edu!shair
  5. From: rmshair@uiuc.edu (Bob Shair)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: i should've gotten the manual, i know
  8. Date: 21 Apr 1996 20:28:24 GMT
  9. Organization: University of Illinois at Urbana
  10. Lines: 29
  11. Message-ID: <4le5p8$3kf@vixen.cso.uiuc.edu>
  12. References: <atassi.1-2004962237540001@maclean-56.rh.uchicago.edu>
  13. NNTP-Posting-Host: ux2.cso.uiuc.edu
  14. Originator: shair@ux2.cso.uiuc.edu
  15.  
  16. atassi.1@osu.edu (Don Atassi) writes:
  17.  
  18. >Hi.  I intend to use OS/2 Kermit 190 (I think that's the version) for a
  19. >one-time transfer of a couple of directory trees between two machines.  I
  20. >know I should buy the manual, but it's sort of expensive for a one-shot
  21. >deal: so could someone either direct me to an FAQ or tell me how to
  22. >initiate a connection between the two computers and then transfer an OS/2
  23. >directory tree (extended attributes and all)?  Thanks so much.
  24.  
  25. The way I like to transfer a directory tree is:
  26. tar cvf /tmp/filename directory
  27. compress /tmp/filename
  28. ckermit -i -l 1 -b 115200 -s /tmp/filename.Z
  29.  
  30. On the receiving system
  31. ckermit -l 1 -b 115200 -r
  32. uncompress /tmp/filename 
  33. cd 
  34. tar xvf /tmp/filename 
  35.  
  36. I came to OS/2 from UNIX.  Those who came from DOS might prefer to use
  37. PKZIP for the same function.  (Neither PKZIP nor tar/compress comes with OS/2)
  38.  
  39.  
  40. -- 
  41.  
  42. Bob Shair                          Open Systems Consultant
  43. 1018 W. Springfield Avenue         rmshair@uiuc.edu
  44. Champaign, IL 61821           217/356-2684